Document some API as widget-implementation only
authorMatthias Clasen <mclasen@redhat.com>
Tue, 15 Sep 2020 00:28:44 +0000 (20:28 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 15 Sep 2020 00:28:44 +0000 (20:28 -0400)
commit67c1600ac257cdac6430434852c42b671ead6ca2
treed42707838f1c1a634f05c29bf52bd5ab82adbcc8
parent50400879e0268fd9910d3dac272a968073ab4362
Document some API as widget-implementation only

Using gtk_widget_insert_before on a complex container
is a *bad* idea; it will mess up the containers bookkeeping
of its children and can easily lead to failure and crashes.
gtk/gtkwidget.c